home *** CD-ROM | disk | FTP | other *** search
/ PC go! 2008 March / PCgo 2008-03 (CD).iso / autostart.exe / 0 / RCDATA / TSPLASHSCREEN / TSPLASHSCREEN.txt
Encoding:
Text File  |  2007-12-12  |  704 b   |  36 lines

  1. object SplashScreen: TSplashScreen
  2.   Left = 0
  3.   Top = 0
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   Caption = 'Splash Screen'
  7.   ClientHeight = 156
  8.   ClientWidth = 237
  9.   Color = clWhite
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Tahoma'
  14.   Font.Style = []
  15.   FormStyle = fsStayOnTop
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnCreate = FormCreate
  19.   OnShow = FormShow
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object SplashImage: TImageShape
  23.     Left = 0
  24.     Top = 0
  25.     Width = 185
  26.     Height = 121
  27.     AutoSize = True
  28.     Movable = False
  29.   end
  30.   object SplashTimer: TTimer
  31.     OnTimer = SplashTimerTimer
  32.     Left = 16
  33.     Top = 64
  34.   end
  35. end
  36.